{% extends 'base_dashboard.html' %} {% block title %}Start exam — {{ course.title }}{% endblock %} {% block content %}

Ready to take the exam

{{ course.title }}

  • • {{ course.question_count_per_attempt }} MCQs from the verified question bank
  • • Pass mark {{ course.pass_percentage }}%
  • • Timed: {{ course.duration_minutes }} minutes
  • • One question at a time in a dedicated exam window
  • • Practice question first (not scored), then full screen + timer
  • • Tab switches are logged; after 3 the attempt is flagged for review (not auto-failed)
  • • Results include a topic-wise breakdown even if you do not pass
{% csrf_token %}
Cancel
{% endblock %}